home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / somc.dir / 00132_Script_132 < prev    next >
Text File  |  1999-03-23  |  361b  |  23 lines

  1. on mouseEnter
  2.   if not count(the windowList) then
  3.     doRollover(20,1)
  4.   end if
  5. end
  6.  
  7. on mouseLeave
  8.   if not count(the windowList) then
  9.     doRollout(20)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   global TEXTDISPLAY,LINECOUNTER
  15. --  scrollByPage member TEXTDISPLAY,-4
  16.   set LINECOUNTER to 0
  17.   glowClear()
  18.   doClick()
  19.   cursor 0
  20.   go to frame "Start"
  21.   
  22. end
  23.